]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - Super Polarity/Screen.cs
Protoshow sprint.
[rbdr/super-polarity] / Super Polarity / Screen.cs
index 8cea5c9f1e11826c569c6a5efcb701c1c613933f..006b0472de07252f28f2e2162fe4ca0c350d53a1 100644 (file)
@@ -10,8 +10,10 @@ namespace SuperPolarity
     class Screen
     {
         protected SuperPolarity Game;
+        public bool Active;
         public Screen(SuperPolarity game)
         {
+            Active = false;
             Game = game;
         }